POST
/
auth
/
request-verify-token
curl --request POST \
  --url https://your_a2_service/auth/request-verify-token \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "jsmith@example.com"
}'
"<any>"

Body

application/json

Response

202
application/json

Successful Response

The response is of type any.